home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / e / SvensModules.readme < prev    next >
Text File  |  1997-09-05  |  7KB  |  152 lines

  1. Short:    My modules for Amiga E
  2. Author:   ss37@irz.inf.tu-dresden.de (Sven Steiniger)
  3. Uploader: ss37@irz.inf.tu-dresden.de (Sven Steiniger)
  4. Type:     dev/e
  5. Requires: dev/e/TypedModules
  6.  
  7. This archive contains general modules I use for my programs. Most of them are
  8. used in my biggest E-project: Plotter3D.
  9. There are overall 43 modules and all sources are included. There is no
  10. documentation inside but the sources contain a lot of comments. For bigger
  11. modules also small test-progis are included. 
  12.  
  13. Short overview:
  14.  
  15.   standard routines:
  16.     memcmp, memcpy, memmove, memset - like standard C one's (assembler)
  17.     getConfigHardware, getConfigSoftware - query system datas
  18.  
  19.   support routines:
  20.     support/string - simplifies string handling
  21.     support/iffparse - easier use of iffparse.library
  22.     support/hook - better isntallhook() (special for MUI)
  23.  
  24.   gfx-related routines:
  25.     bitmap - bitmap routines that work on any system
  26.     color32 - for LoadRGB32()/GetRGB32()-calls
  27.     safeGetBitMapAttr - transparent GetBitMapAttr()
  28.     safeWritePixelArray8() - transparent WritePixelArray8()
  29.     newtextattr - easy usage of textattr-struct
  30.  
  31.   intui-related routines:
  32.     mousePointer - switch window-mousepointer on/off
  33.     moveMousePointer - moves the mousepointer of an screen
  34.  
  35.   other
  36.     many routines like rawkey-mapping, safe querying of program names,
  37.     directories and pubscreennames, fast pool-routines, powerful
  38.     formtstring-routines, ...
  39.  
  40.  
  41. You can freely use the modules but if you find an bug, please send me an
  42. email.
  43. If found them useful you can make me lucky if you send me an email or even
  44. some sources.
  45.  
  46. Sven Steiniger, 1997
  47.  
  48.  
  49. ============================= Archive contents =============================
  50.  
  51. Original  Packed Ratio    Date     Time    Name
  52. -------- ------- ----- --------- --------  -------------
  53.      757     358 52.7% 28-Jul-97 21:19:02 +__OpenLibrary.e
  54.      338     258 23.6% 28-Jul-97 21:19:02 +__openlibrary.m
  55.      197     127 35.5% 24-May-97 11:07:46 +alternative.e
  56.       98      83 15.3% 23-Jun-97 20:28:18 +alternative.m
  57.     1164     536 53.9% 28-Jul-97 19:29:06 +bitmap.e
  58.      754     505 33.0% 28-Jul-97 19:29:08 +bitmap.m
  59.      610     370 39.3% 28-Jul-97 19:32:30 +characterToString.e
  60.      192     155 19.2% 28-Jul-97 19:32:30 +charactertostring.m
  61.      643     290 54.8% 28-Jul-97 19:34:48 +color32.e
  62.      160     121 24.3% 23-Jun-97 20:29:28 +color32.m
  63.     1147     561 51.0% 28-Jul-97 19:36:14 +eVec.e
  64.      322     215 33.2% 26-Jun-97 19:13:32 +evec.m
  65.      659     349 47.0% 28-Jul-97 19:36:42 +filesize2string.e
  66.      438     306 30.1% 23-Jun-97 20:29:40 +filesize2string.m
  67.      497     257 48.2% 28-Jul-97 19:41:30 +Gaussverteilung.e
  68.      636     334 47.4% 28-Jul-97 19:41:30 +gaussverteilung.m
  69.     2979    1039 65.1% 28-Jul-97 19:43:48 +getConfigHardware.e
  70.      852     454 46.7% 29-Jun-97 10:53:26 +getconfighardware.m
  71.      855     362 57.6% 24-May-97 11:22:02 +getConfigHardware_Info.e
  72.      862     420 51.2% 23-Jun-97 20:31:48 +getconfighardware_info.m
  73.      455     226 50.3% 28-Jul-97 19:43:08 +getConfigSoftware.e
  74.      254     153 39.7% 23-Jun-97 20:28:52 +getconfigsoftware.m
  75.      429     261 39.1% 28-Jul-97 19:42:58 +getProgramDirLock.e
  76.      118     113  4.2% 23-Jun-97 20:32:02 +getprogramdirlock.m
  77.      529     306 42.1% 28-Jul-97 19:44:06 +getProgramName.e
  78.      196     164 16.3% 23-Jun-97 20:32:06 +getprogramname.m
  79.      950     424 55.3% 28-Jul-97 19:45:36 +getPubScreenName.e
  80.      288     207 28.1% 23-Jun-97 20:32:28 +getpubscreenname.m
  81.     1173     600 48.8% 24-May-97 11:47:32 +getRelatedListValue.e
  82.      298     229 23.1% 23-Jun-97 20:31:44 +getrelatedlistvalue.m
  83.      927     465 49.8% 28-Jul-97 19:48:14 +mapRawKey.e
  84.      328     255 22.2% 28-Jul-97 19:48:14 +maprawkey.m
  85.      874     431 50.6% 28-Jul-97 19:51:24 +memcmp.e
  86.      120     111  7.5% 28-Jul-97 19:51:32 +memcmp.m
  87.      664     340 48.7% 28-Jul-97 19:51:46 +memcpy.e
  88.      110      98 10.9% 28-Jul-97 19:51:54 +memcpy.m
  89.     2795     858 69.3% 28-Jul-97 19:54:18 +memmove.e
  90.      202     162 19.8% 28-Jul-97 19:54:22 +memmove.m
  91.     3510    1422 59.4% 06-Jul-97 23:50:52 +mempool.e
  92.     1338     749 44.0% 06-Jul-97 23:50:52 +mempool.m
  93.     2284    1344 41.1% 28-Jul-97 19:55:16 +mempool_test
  94.      742     399 46.2% 24-May-97 12:39:16 +mempool_test.e
  95.     1402     458 67.3% 28-Jul-97 19:57:42 +memset.e
  96.      160     147  8.1% 28-Jul-97 19:57:42 +memset.m
  97.      782     404 48.3% 28-Jul-97 20:08:00 +mousePointer.e
  98.      414     283 31.6% 28-Jul-97 20:57:44 +mousepointer.m
  99.     1985     826 58.3% 28-Jul-97 20:41:58 +moveMousePointer.e
  100.      498     318 36.1% 28-Jul-97 20:57:50 +movemousepointer.m
  101.     1339     612 54.2% 28-Jul-97 20:44:02 +newtextattr.e
  102.      426     277 34.9% 28-Jul-97 20:57:58 +newtextattr.m
  103.     9430    3129 66.8% 28-Jul-97 21:00:46 +patternStringF.e
  104.     3334    1569 52.9% 28-Jul-97 21:00:48 +patternstringf.m
  105.     5540    2973 46.3% 06-Jun-97 14:25:50 +patternstringf_test
  106.      701     369 47.3% 06-Jun-97 14:23:40 +patternStringF_test.e
  107.      518     275 46.9% 24-May-97 13:02:02 +random.e
  108.      458     276 39.7% 23-Jun-97 20:53:20 +random.m
  109.      976     718 26.4% 15-Jan-96 17:08:24 +random_test
  110.      136     126  7.3% 15-Jan-96 17:08:24 +random_test.e
  111.     2007     882 56.0% 28-Jul-97 21:09:00 +replaceFormatSigns.e
  112.      906     539 40.5% 28-Jul-97 21:09:06 +replaceformatsigns.m
  113.     2748    1624 40.9% 28-Jul-97 21:09:46 +replaceformatsigns_test
  114.      352     241 31.5% 28-Jul-97 21:09:46 +replaceFormatSigns_test.e
  115.      597     361 39.5% 28-Jul-97 21:10:22 +runback.e
  116.      186     150 19.3% 28-Jul-97 21:10:22 +runback.m
  117.      493     295 40.1% 28-Jul-97 21:11:16 +safeGetBitMapAttr.e
  118.      318     237 25.4% 28-Jul-97 21:11:18 +safegetbitmapattr.m
  119.     2835    1174 58.5% 14-Jul-97 17:48:04 +safeWritePixelArray8.e
  120.     1280     711 44.4% 28-Jul-97 21:13:16 +safewritepixelarray8.m
  121.      812     434 46.5% 28-Jul-97 21:16:24 +searchListValue.e
  122.      256     213 16.7% 28-Jul-97 21:16:24 +searchlistvalue.m
  123.     1355     651 51.9% 28-Jul-97 21:17:36 +stringArray.e
  124.      898     527 41.3% 28-Jul-97 21:17:36 +stringarray.m
  125.      274     194 29.1% 14-Jul-97 17:26:46 +bitmap.e
  126.      128     105 17.9% 28-Jul-97 21:19:50 +bitmap.m
  127.      965     454 52.9% 28-Jul-97 21:31:28 +etaglist.e
  128.      368     256 30.4% 28-Jul-97 21:31:30 +etaglist.m
  129.      421     253 39.9% 28-Jul-97 21:33:32 +exception.e
  130.      180     142 21.1% 28-Jul-97 21:33:32 +exception.m
  131.     2076     977 52.9% 28-Jul-97 21:34:34 +hook.e
  132.      420     283 32.6% 28-Jul-97 21:34:34 +hook.m
  133.      273     171 37.3% 24-May-97 13:21:24 +ieee.e
  134.      286     154 46.1% 23-Jun-97 21:38:20 +ieee.m
  135.     5210    1842 64.6% 23-Jun-97 21:41:16 +iffparse.e
  136.     1868     932 50.1% 23-Jun-97 21:41:16 +iffparse.m
  137.     5176    2753 46.8% 14-Jul-97 15:05:56 +iffparse_test
  138.     2212     941 57.4% 14-Jul-97 15:05:56 +iffparse_test.e
  139.      928     456 50.8% 23-Jun-97 21:41:58 +list.e
  140.      480     293 38.9% 23-Jun-97 21:41:58 +list.m
  141.      288     197 31.5% 24-May-97 13:44:32 +newRealF.e
  142.      274     200 27.0% 23-Jun-97 20:52:14 +newrealf.m
  143.     1583     653 58.7% 23-Jun-97 20:52:00 +string.e
  144.      844     465 44.9% 23-Jun-97 20:52:06 +string.m
  145.      111      98 11.7% 24-May-97 13:08:40 +swap.e
  146.       84      71 15.4% 23-Jun-97 21:33:20 +swap.m
  147.      151     111 26.4% 24-May-97 13:09:20 +unsigned.e
  148.       92      71 22.8% 24-May-97 13:09:20 +unsigned.m
  149.     1599     836 47.7% 28-Jul-97 22:07:42  SvensModules.readme
  150. -------- ------- ----- --------- --------
  151.   102177   50124 50.9% 08-Aug-97 19:50:44   97 files
  152.